Lender Price API
Locking a Loan with LOS / 7. Request Lock / 7.2 Check Rate Status
In This Topic
    7.2 Check Rate Status
    In This Topic

    Before requesting a lock, confirm that the request the rate is still active with the isRatePeriodStillActive call. Provide the lockId and statusId, which are returned by the addLockEvent call in the Add Export Pricing Lock Event step.

    Path

    /rest/v1/lp-ppe-api/isRatePeriodStillActive/{priceQuoteId}/{statusId}

    Headers

    secret

    {{token}}

    companyid

    {{companyId}}

    Path Parameters

    The {lockId} is the lockId returned by from the addLockEvent call in the Add Export Pricing Lock Event step.

    The {statusId} from the same lock.

    Note: If you are making this adjustment after the statusId has been altered by other actions you have taken after the initial lock event, be sure to provide the proper statusId.

    Body

    This call has no body.

    Response

    The call returns a boolean positive or negative response.